Release 10.1A: OpenEdge Data Management:
Database Administration
Lock Table Entries (-L)
Operating systemand syntax UNIXWindows-Ln Usewith Maximumvalue Minimumvalue Single-userdefault Multi-userdefault DBS System dependent1 32 – 8192
1Limited by available memory.
nThe number of entries in the record locking table. If you specify a value that is not a multiple of 32, the value you specify is rounded to the next highest multiple of 32.
Use Lock Table Entries (-
L) to change the limits of the record locking table. Each record that is accessed and locked by a user takes one entry. This is true whether the record is accessed with SHARE-LOCK or EXCLUSIVE-LOCK. Increase the size of the lock table if the following message appears:
This message might also indicate that a particular procedure should be restructured into smaller transactions or should be run in single-user rather than multi-user mode. When lock table limits are exceeded, check to make sure transactions are not too large before increasing the lock table size.
If a user process tries to acquire a lock and the lock table overflows, the user’s program is aborted, but the server continues to operate. Any partial transactions are undone.
Note that two record locks are acquired when records are accessed with the
BREAK BYoption (inDO,FOR EACH, orREPEATstatements).Each lock table entry takes 18 bytes on typical systems.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |